projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
868e640
)
(x_display_cursor): Use FRAME_CURSOR_X_LIMIT.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 25 Apr 1998 23:08:24 +0000
(23:08 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 25 Apr 1998 23:08:24 +0000
(23:08 +0000)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 1d46d725fe9bb4e6a6f758eeb10965d6c66b101f..aec85854ce6a1b184b7d50e1d54d02846b92266d 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-4911,7
+4911,7
@@
x_display_cursor (f, on, x, y)
{
BLOCK_INPUT;
- if ((unsigned) x >= FRAME_
WIDTH (f) + FRAME_LEFT_SCROLL_BAR_WIDTH
(f)
+ if ((unsigned) x >= FRAME_
CURSOR_X_LIMIT
(f)
|| (unsigned) y >= FRAME_HEIGHT (f))
abort ();